X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/source/templates.html%20%28Case%20Conflict%201%29 diff --git a/docs/source/templates.html (Case Conflict 1) b/docs/source/templates.html (Case Conflict 1) deleted file mode 100644 index fcaa25b6..00000000 --- a/docs/source/templates.html (Case Conflict 1) +++ /dev/null @@ -1,31 +0,0 @@ - - - The source code - - - - -
// In AIR, XTemplates must be created at load time
-Templates = {
-	categoryCombo: new Ext.XTemplate(
-		'
{listName}
' - ), - timeField: new Ext.XTemplate( - '
{text}
' - ), - - gridHeader : new Ext.Template( - '', - '{cells}', - '', - '', - '', - '', - '', - '', - "
" - ) -}; -
- - \ No newline at end of file